home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / cnet / ansi_pack.lha / RunArexx < prev    next >
Text File  |  1996-11-30  |  659b  |  17 lines

  1. /**************************************************************************\
  2.                $VER: RUNArexx, v1.20 (30-Nov-96) by Dotoran!
  3. \**************************************************************************/
  4. options results ; tr=transmit ; se=sendstring ; gu=getuser
  5.  
  6. gu 1302307 ; file=result ; if file="" then do
  7.   tr "n1A PFile to run:i128 39}" ; gu 70 ; file=result ; end
  8.  
  9. if file="" then exit
  10.  
  11. if ~exists(file) then do ; tr "file not found." ; exit ; end
  12.  
  13. tr "Loading..."file"n1#0"file"}"
  14.  
  15. /**************************************************************************\
  16. \****************************************** Frontiers BBS (716)/823-9892 **/
  17.